How would I code this for example Variable 1 name(s)= V1, V2, V3. Answer to go into V4
Custom MQL5 code block:
V1+V2+V3=V4:
How would I code this for example Variable 1 name(s)= V1, V2, V3. Answer to go into V4
Custom MQL5 code block:
V1+V2+V3=V4:
Hi, I want to add 30 variables into one output variable, is there a way to do this in one block?
Like a formula block that can continously do adding instead of just once?
Thanks
I've tried all blocks and and even had to use "if closed by stop loss" and execute if not logic.
There should be no output when a stop loss is hit and yet when I load my EA onto the charts it is executing.
How can I create an output that executes when a trade is closed manually/automated but NOT OUTPUT when there is a stop loss or take profit?
Also this WORKS on strategy tester but NOT on the charts.
@sssddd Sorry I was using a custom indicator that is coded in mql4, I was hoping to convert it to mt5. It compiles okay with a few tweaks but the output is completely, wrong.
Tried using the converter to convert this indicator but theres errors. Ive used chatgpt to help me clear the errors but still there is no output to the indicator screen in mt5, any help?Vertex.mq4
@q8carpenter It's all good I've figured out the problem, I saved the indicator in a different name thinking it would work as normal but apparently not.