@jim67
Drag your mouse and hold left button to highlight the block you want to copy, then right click, Copy. Then right click and paste.
Posts made by CedieTraderMax
-
RE: Copy and Paste Areaposted in Questions & Answers
-
RE: TRAILING STOPposted in Questions & Answers
@jpsam
Did you connect it on the Yellow Dot of NO TRADE?
It will work on that manner of linking. -
Pips Away from take profit: Reference price on Options might be a little bit miss represented...posted in Bug Reports
See Image that I attached.
PipsawayReferenceprice == 0 → ASK is for SELL : Option 1 on dropdown
PipsawayReferenceprice == 1 → BID is for BUY : Option 2 on dropdownPlease check also guys if I am wrong because I thought Option 1 also means Bid for Sell and Option 2 also means Ask for Sell. Also, if you check the code, Option 1 reference price is ASK only and Option 2 reference is Bid only and it is regardless if your Position is Buy or Sell.
I hope I am correct and was able to contribute on code improvement...
More power to fxdreema!!! Thank you!!!
-
RE: Read the Stop Loss / Take Profit and put it into a Variableposted in Questions & Answers
@volkerhmb

Use this block modify variables, and write it to variables. It has many parameters you can choose and play thru... -
RE: inputsposted in Questions & Answers
Check your BLOCK 223, all portion you set with tick mark will appear on INPUT so that later on after you compiled the robot and want to adjust something you can just edit it on the INPUT window.
-
RE: MT5 PROBLEM!!! HOW COME?posted in Questions & Answers
I think you should place Block 1(once per bar) after Block 2 and Block 6 so that you can check the conditions many times on every tick receive and performs once only when Condition is True.
I think on your current logic, it will only performs the logic of Buy and Close position when New Bar appears and wait for the next Bar to appear and check once again the Conditions if True because the Block 1(once per Bar) limits to test your condition one time only for every Bar Candle. -
RE: Help Stop This Loopposted in Questions & Answers
@econsulttt
I dont knowthe conditions on your block: check trades count. I think what happens on your logic is every the block: for each trade run, it will check the newest 34: buy pending order and 33: delete pending order, it will be and endless loop...
Try to separate the delete pending order block and buy pending order block with separate conditions. -
RE: Average price, Number of lotsposted in Questions & Answers
@thomas_stock
Use bucket of trade block
and refer to this bucket of trades under the option on the Condition Block or modify variables, it depends on your strategy -
RE: Percentage/Most of conditions occurposted in Questions & Answers
@mohamed80

Sorry, I think I made a mistake when I
look to it again on the 2nd modify variables link, sorry my bad
-
RE: Poor Wifi - VPS good investment?posted in Questions & Answers
Yap, it is worth it. You can get $10 per month, and have at 5 terminals MAX in there.
-
RE: Percentage/Most of conditions occurposted in Questions & Answers

Yup, you can use variable and formula to do these.
Let me know if this work, I just do it in a hurry
-
RE: example: Save variables into file and read them back [advanced]posted in Tutorials by Users
Nice tutorial on Storing Variables...
Perfect!
Thank you again @miro1360
-
RE: How do I set up EA to Execute once per EMA cross?posted in Questions & Answers
@burnsm16
You need to make two block tree with 1st condition: when crossed condition and 2nd condition: when greater/ less than on EMA condition and both must be connected on No trade. And as mention earlier the Candle ID is 1. I hope it make sense to you.