pink or green, the use is different?
Posts made by jstap
-
RE: Button Click Open New Chartposted in Questions & Answers
Is more a less the same add this to a custom code block with a block above to activate:
ChartOpen(NULL,15);Change NULL to the chart you want to open like "GBPUSD", NULL = current chart
change 15 to the minutes of the chart you want to open, 1, 5, 15, 30, 60, 240, 1440, 10080, 43200 -
RE: Button Click Open New Chartposted in Questions & Answers
It is in roars post, what are you struggling with?
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
@l-andorrà That is not how it works, redraw will delete the original to draw a new
-
RE: Close (partially) block with Buys and Sells managed separately?posted in Questions & Answers
There is a logical progression to pink blocks:
1 = for each - accesses the relevent trade information
2 = check type - ensures the trade is of correct type
3 = once per order - ensures the next action can only happen once
4 = close partially - commits the required action of the pink blocks -
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
draw them on init and then decide if you want to do something else
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
Because the buttons are set to redraw it wont create infante buttons just constantly redraw the same one. on tick works for buttons, but you need a block above to tell the EA when to redraw, generally on init to draw at start, then redraw somewhere else if needed like on tick.
-
RE: How to EA- turn off Auto Trading disable after profit got hitposted in Questions & Answers
Maybe so learn how to implement this code into FX, also this is indicators not expert advisers. Although this is probably possible it would be a lot of work
-
RE: How to EA- turn off Auto Trading disable after profit got hitposted in Questions & Answers
Not without turning auto trading off.
-
RE: How to EA- turn off Auto Trading disable after profit got hitposted in Questions & Answers
It's not that simple, if these bots are FX bots amend them, if not you will have to turn auto trading off.
-
RE: How to EA- turn off Auto Trading disable after profit got hitposted in Questions & Answers
Add a shared link to show exactly what you are trying to do.
-
RE: How to EA- turn off Auto Trading disable after profit got hitposted in Questions & Answers
If you add a shared link exactly what you want can be seen. to turn off other bots the only thing I can think of is in the above link to stop automatic trading.
-
RE: How to EA- turn off Auto Trading disable after profit got hitposted in Questions & Answers
You can do this with terminal variables, anything saved on the same terminal can be read and used, so between charts. In most standard blocks you can change the symbol used
-
RE: lot size errorposted in Questions & Answers
I still don't understand what you mean, if you mean other trades not placed by this, then they won't affect this
-
RE: ADXposted in Questions & Answers
Add a shared link to look at, probably though if watching the value is relevant at the time of purchase