Topics
Replies
mikepecson72
22 Jan 2016, 17:42
Dear Spotware,
Thank you for the suggested link. I managed to make it work on gmail.
Unfortunately, it doesnt work on yahoo. any ideas what needs to turn on on yahoo settings so it will also work?
thanks
@mikepecson72
mikepecson72
21 Jan 2016, 03:53
Dear Spotware,
The above code is using UTC +0 which I believe is the default server time in cAlgo.
@mikepecson72
mikepecson72
18 Jan 2016, 10:34
Dear Spotware,
I intentionally hide the indicator as I dont want it to be seen in the chart. I just need the chart object draw text to be displayed on the screen (not the indicator). I can display the indicator but still the same problem occurs. What do you think is causing the issue?
@mikepecson72
mikepecson72
15 Jan 2016, 20:06
thanks spotware for your quick reply.
basically I have an indicator that is working fine when loaded as false by default:
[Indicator(IsOverlay = false, AccessRights = AccessRights.None)]
but because I want to see a visual clue on the price action when a crossover happen so I added a chart object drawtext on the code thats responsible for the crossover:
ChartObjects.DrawText("sell", "*", index, MarketSeries.High[index], VerticalAlignment.Top, HorizontalAlignment.Center, Colors.Magenta);
now since the IsOverlay is set to false, the chart object drawtext is not visible on the chart. thats why I set it to true:
[Indicator(IsOverlay = true, AccessRights = AccessRights.None)]
and things go wacky. seems like the timescale of the chart was stretched and I cannot return it to its normal scale. what could be the problem?
@mikepecson72
mikepecson72
15 Jan 2016, 20:04
thanks spotware for your quick reply.
basically I have an indicator that is working fine when loaded as false by default:
[Indicator(IsOverlay = false, AccessRights = AccessRights.None)]
but because I want to see a visual clue on the price action when a crossover happen so I added a chart object drawtext on the code thats responsible for the crossover:
ChartObjects.DrawText("sell", "*", index, MarketSeries.High[index], VerticalAlignment.Top, HorizontalAlignment.Center, Colors.Magenta);
now since the IsOverlay is set to false, the chart object drawtext is not visible on the chart. thats why I set it to true:
[Indicator(IsOverlay = true, AccessRights = AccessRights.None)]
and things go wacky. seems like the timescale of the chart was stretched and I cannot return it to its normal scale. what could be the problem?
@mikepecson72
mikepecson72
20 Feb 2016, 18:57
I already took a look at that link.
gmail works based on that link solution but for yahoo, there's still no answer.
I'm still looking for a specific answer to my yahoo problem.
thanks
@mikepecson72