Keith Watford
Keith Watford
4.9 (266)
  • Information
12+ years
experience
5
products
6
demo versions
400
jobs
0
signals
0
subscribers
Keith Watford
Added topic ECN broker and stops
I am pretty sure that for some time it has been possible to send orders to an ECN broker with a stop loss as long as it is from an EA. I was getting the invalid stop error on the latest EA that I am working on and just couldn't find the problem. I
Keith Watford
Added topic OnChartEvent
I have a situation where I want my code to do something when eg. a trendline is clicked. I also want to be able to move the line without the code being executed. My problem is that when I double click to select the line to move it, the first of the 2
Keith Watford
Added topic Can someone please help with PrintFormat, StringFormat
Hi, I just don't get the explanation or the example in the documentation.  If I have  string txt= "Profit=" +DoubleToStr(prof, 2 ); for when profit=10 and 1000, output will be Profit=10.00 Profit=1000.00  but if I want it to output the