@Dr-Amiin
Have you tried turning off the hardware acceleration ?
Posts made by sktsec
-
RE: Found New Bugposted in Questions & Answers
-
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
-
RE: Finding objects on chartposted in Questions & Answers
@vonxolo
As I am aware you indicator is the one from forex-station. It only repaints for the current bar. It has buffers that clearly show the object (arrow) directions. Identifying the objects is unlikely the best way to use the indicator in EA. Work on the buffers may be a better approach.