Want to set 1% of balance.
When I do "by now" and "% of equity" ==1 then I always get 0.01 lots. My demo balance is 100k.
Andreas
Want to set 1% of balance.
When I do "by now" and "% of equity" ==1 then I always get 0.01 lots. My demo balance is 100k.
Andreas
This worked right away! Thanks for your great support.
Andreas
Hello,
I am using a custom indicator like this
SetIndexStyle(0, DRAW_ARROW, 0, 1);
SetIndexArrow(0, 72);
SetIndexBuffer(0, downArrow);
//----
SetIndexStyle(1, DRAW_ARROW, 0, 1);
SetIndexArrow(1, 71);
SetIndexBuffer(1, upArrow);
I tried to use the visible and appear function according to the fractal example. But with no luck.
How can I get the arrow if show on the chart in fxDreema?
Thx
Andreas