Then start a test project, pass block-draw edit field (on int), pass block- modify variable block, get data from object on chart (on tick).
Posts made by jstap
-
RE: SL & TP Inputs on Chartposted in Questions & Answers
-
RE: example: Save variables into file and read them back [advanced]posted in Tutorials by Users
They are both very similar, especially when it comes to FX.
-
RE: SL & TP Inputs on Chartposted in Questions & Answers
Ok so you have your EA, start a test project just getting the value from the edit field, I showed how 2 start above.
-
RE: problem at buyposted in Questions & Answers
No that should say the name of your project, not take you to the builder page.
-
RE: SL & TP Inputs on Chartposted in Questions & Answers
No but I will assist if you try and then add a shared link to look at.
-
RE: SL & TP Inputs on Chartposted in Questions & Answers
Add a edit field to on init, on tick retrieve this value and put in a variable, test with this 1, put in a comment, once working add the other fields, you can then use these variables in other blocks.
-
RE: Block connection for this Strategyposted in Questions & Answers
Add a shared link other than a picture, all should be connected in a line
-
RE: EA robot and multiple chartsposted in Questions & Answers
All I can say is it works for me, if you install another platform you can test and see.
-
RE: EA robot and multiple chartsposted in Questions & Answers
On your platform probably, I run EA's on many.
-
RE: Close open trades after X amount of time????posted in Questions & Answers
Use pink blocks, if position-check age-close (blue block)
-
RE: MQ5 export on Free Versionposted in Questions & Answers
Option is available when you start a mt5 project.
-
RE: no position blockposted in Questions & Answers
Add a shared link to look at, if not working though try and recreate from scratch.
-
RE: alert messageposted in Questions & Answers
The blocks are there, to put it simply, if x happens send alert
-
RE: EA robot and multiple chartsposted in Questions & Answers
Thought I replied to this, looks ok like it should work, try recreating from scratch.
-
RE: How calculate amplitude depth?posted in Questions & Answers
I think mid(1) price from las 12 candles, then the mid(2) from high to mid(1), then mid(3) from low to mid(1), high price - low price will give you the mid price.
-
RE: Lot Manual Inputs...posted in Questions & Answers
Because you have lots that change different to what the las trade has done, so there all losses but different lots, you will need to set up a logic tree using variables, you'll have to set up a test project, and keep adding until it does what is necessary.
-
RE: EA robot and multiple chartsposted in Questions & Answers
Add a shared link rather than a picture, need to see inside each block. Probably in the no trade block you have all trades set.
-
RE: triangle pattern problemposted in Questions & Answers
Not too sure, if you add a shared link maybe what is wrong can be seen.