Maybe you can modify your algo to trade only at candle start.
Posts made by sktsec
-
RE: hi guys. the EAs I created using FXdreema work well under Every Tick while testing however it performs badly on 'Every Tick based on Real Ticks'. How can I set my EA to perform only on 'Every Tick' rather than the other failing one.posted in Questions & Answers
-
RE: Found New Bugposted in Questions & Answers
The second one:
Use graphics acceleration when available -
RE: Found New Bugposted in Questions & Answers
- Click on the three dots in the upper-right corner
- Select Settings
- Select System.
Under the System section, toggle the switch for
Use hardware acceleration when availableRestart Chrome
-
RE: Found New Bugposted in Questions & Answers
@Dr-Amiin
Have you tried turning off the hardware acceleration ? -
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
The condition block has your mentioned function
-
RE: Found New Bugposted in Questions & Answers
@Dr-Amiin
May I know what your browser is ? Edge, Chrome, Firefox ?Maybe you can try switching off any hardware acceleration in your browser.
-
RE: WHAT IS "WAIT TO PASS" USED FOR ?posted in Questions & Answers
@l-andorrà
Yes. Not useful anymore.According to the admin as I recalled, it is supposed to make the block waiting until the last block (at the end of flow) has been executed.
-
RE: Why My Condition Not open Buy.posted in Questions & Answers
Bull candle or Bear candle should be separate conditions
-
RE: Unable to connect blocks in 'on Tick' section.posted in Questions & Answers
@Smallous
I see. The backend file may have corrupted a little bit.Glad to hear you solved the problem
-
RE: Global Optionsposted in Questions & Answers
@Sergio-Viñals
The download path is the default by your browser. Sure you can select the path during download. -
RE: Unable to connect blocks in 'on Tick' section.posted in Questions & Answers
In what way the problem is ? Can you get a line out of any block output ? Or the output line cannot attach to the input of another block ?
Is it system problem ? Windows or Mac ? You mouse functions well ?
-
RE: Unable to connect blocks in 'on Tick' section.posted in Questions & Answers
Seems browser problem
-
RE: trade limit based on number of trades wonposted in Questions & Answers
Disable the buy and sell block when your condition was met.
Then use the once a day block to re-enable the buy and sell block
-
RE: Simple Random Tradeposted in Questions & Answers
@CryptoKnight1
Add Sell block to another output of the random block -
RE: How to trigger the take - profit and then continue to build positions in the original direction at the same speed. And how to build positions in the opposite direction and double the position when the stop - loss is triggered.posted in Questions & Answers
Depends on your signals, you can increase or decrease the lot size
-
RE: fiboposted in Questions & Answers
Either importing the source code or adding the input variables and buffers yourself