This should do it, you will need trades running first though: https://fxdreema.com/shared/1vcJj0MId
Posts made by jstap
-
RE: Loops different than newest and oldestposted in Questions & Answers
-
RE: How to create new stoploss and take profitposted in Questions & Answers
Whatever you set when placing trade will be used, unless your broker has a minimum distance from open
-
RE: i do not want close previous tradeposted in Questions & Answers
Add a shared link and say which blocks are likely causing this
-
RE: free margin checkposted in Questions & Answers
Your free margin will never be greater than margin
-
RE: Identify the highest price and the lower priceposted in Questions & Answers
Market property's highest and lowest find by times that are relevant
-
RE: filter certain time and date ?posted in Questions & Answers
2 condition blocks, time now is < 2024/11/05 connect orange to your trade blocks, and connect yellow to another condition block, time now is > 2024/11/13, connect orange to your trade blocks
-
RE: Once per bar and Formula box are error.posted in Bug Reports
I don't mind testing, but normally, a problem can be seen without a test, so say the blocks you are referring to to save me the time testing first. Fix block 101 first, and then you will reduce the problems you are trying to fix.
-
RE: How can i add a shift parameter in a buffer of a custom indicator?posted in Questions & Answers
Open your data window, and hover your mouse over the signal, if this stays on a candle when a new candle starts then the signal moves with each new candle. If using appear then this is normally on ID0, watch it to see where it appears.
I have never seen buffers on MT4 store more than 1 value
-
RE: how close pendings at first stop lossposted in Questions & Answers
on trade tab - trade closed - complete actions
-
RE: Once per bar and Formula box are error.posted in Bug Reports
What blocks are you referencing to? The once per bar 101 can't work there as every tick calculations need to be made
-
RE: Are variables sticky upon Terminal restart?posted in Questions & Answers
As my link, save as global then any type of crash won't affect the saved value. Global variables are saved on your computer so to lose you would have a hard drive/computer problem
-
RE: Rsi and moving Averageposted in Questions & Answers
Not here mate, you would be better to find one that had already been created
-
RE: Are variables sticky upon Terminal restart?posted in Questions & Answers
They will reset. The only option you have to stop this is to save and load the variable as a global (terminal) variable.
This link will give you an idea of how to achieve this: https://fxdreema.com/shared/rotTPFn8b Every time the value changes you will need to update, then read this to use
-
RE: booleanposted in Questions & Answers
I am not sure what you exactly mean but, create in your constants window and use a condition constant value == true/false