I just wanted to take a moment to thank you for creating such a wonderful product. I wanted to say I enjoy working on this and playing with all different blocks. I have yet to create a strategy that actually creates positive results but its nice to know I have everything I need to create one and I don't depend on anyone.
Best posts made by BlueMoon
-
Thank you fxDreemaposted in Questions & Answers
-
Trailing Stop to start trailing based on ATRposted in Questions & Answers
I want to set Trailing Stop for all my existing trades (they were either opened using EA or manual) of different currency pairs.
I want start trailing SL once my trades have reached certain profit. The certain profit is 50% of the 4 hour chart ATR 25 value. I am trying to use the following block but I am not getting the desired results.
I also wonder do I need to enter the value for "Market" in the "Trailing Start section" Will it get the value of the Market depending which open trade it is trying to set the trailing for? Also I need to divide the value of the ATR result by the "Point" value for that Market to get the actual Pips of the ATR. How and where do I do this?

-
How do I get absolute value of a number?posted in Questions & Answers
I know this should be very easy but is there a block to do this? If not can someone give me the custom code to convert a value into its absolute value?
e.g. of what I am looking for:
I will have a variable for the value could be a position number or a negative number. I want to convert this always in a positive number.
-3 should become 3
3 should stay 3
-5.987 should become 5.987 -
Limit on Set Current Market for next blocksposted in Questions & Answers
Seems like there is a limit of 256 characters that you can assign in this block in the "Market List"
This is causing me issues since 1 of my broker uses the format of "EURUSDpro" which uses 9 characters per currency pair. I also need to separate each pair using a comma. This means a total of 10 characters per pair. I am not able to use 28 pairs that I need this block since this will use 280 characters.
Can this limit be increased?