Ok add a shared link, and say what you are trying to do. Then people can help.
Posts made by jstap
-
RE: stoplossposted in Questions & Answers
-
RE: SIMPLE STRATEGY INTO ROBOTposted in General Discussions
This is simple, read the instructions, make a start on the project, add a shared link, and then people can help with what's wrong.
-
RE: stoplossposted in Questions & Answers
It depends on why, you could use something on once per bar, you could use flags, and you could deactivate trades on the on trade tab.
-
RE: Exclusive bot for one trading account onlyposted in Questions & Answers
I am sure you are not dumb, everybody learns somehow and you got this far, like this:

-
RE: Exclusive bot for one trading account onlyposted in Questions & Answers
Yes put it on init, use if different and terminate block below
-
RE: Anyone know which one is more effective way to run the condition? 3 waysposted in Questions & Answers
I would say as l'andorrà has said the second is more effective, and I would say it is more effective than the 3rd, this is because it works on a if true do this, if not do, this, if not do this, until it is true. Turning blocks off can be very efficient if all blocks (or a tree) are switched off before they are used. As a general rule, set your EA up to activate as few blocks as possible for every tick.
-
RE: HELP ON EMA CROSSINGposted in Questions & Answers
Break-even only works once, you would have to use a trail step, or pink blocks to modify the stop when needed.
-
RE: HOW TO CREATE ROBOT WITH FRACTALSposted in Questions & Answers
Yes, you have done something wrong, put a shared link here to look at
-
RE: HOW TO CREATE ROBOT WITH FRACTALSposted in Questions & Answers
Yes because it is using ID0, no fractal ever appears on the current candle. Select ID2
-
RE: HOW TO CREATE ROBOT WITH FRACTALSposted in Questions & Answers
Fractals don't appear until 2 candles in the past, ID2
-
RE: Open trade after 10 pipsposted in Questions & Answers
Add a shared link to look at, pink for each trade can get the last closed price.
-
RE: I need to know whether "Run Block"(controlling block) slow down executionposted in Questions & Answers
The answer to this is how often the block runs if you don't need it to constantly do something, place a block above that prevents its operation. In general, the more work your platform is doing, the slower it will be.
-
RE: Optimizeposted in Questions & Answers
If it's using object on chart, then the object needs to be there.
-
RE: HELP ON EMA CROSSINGposted in Questions & Answers
It will get the exact price of the MA at any time, so when it crosses another MA, save the price into a variable, giving you the exact price of the cross regardless of the candle price/time...
-
RE: risk based volume (OrderCalcProfit) ?posted in Questions & Answers
I don't, but if you put it together as wanted, test it then add the shared link here if it's not working.
-
RE: How to integrate the image of my logo so that it is drawn in the graphic with fxdreema?posted in Questions & Answers
I created that a long time ago, I cannot remember what the size should be, but if you search Google you will find it. I have tried to find the image but I couldn't.
-
RE: Using trailing stop pickingposted in Questions & Answers
At the top of most blocks, you have this option. If it doesn't work as expected, add a shared link and say why.
-
RE: Working with SMT divergence : how to compare values to trace trendline (the SMT) ?posted in Questions & Answers
You have to show and explain the problem.
-
RE: Using trailing stop pickingposted in Questions & Answers
Use group numbers to place, then use this number to control
-
RE: risk based volume (OrderCalcProfit) ?posted in Questions & Answers
Link 1 basically tells you how to add to custom code:
OrderCalcProfit(ORDER_TYPE_BUY[OR SELL],NULL,[LOT SIZE],[OPENING PRICE, COULD BE CURRENT],[STOP LOSS PRICE],[VARIABLE FOR RECEIVING VAUE];