Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 09:58:40 +0000



Post From: Trading System Based on Alert Condition Study

[2018-04-17 18:34:52]
User536593 - Posts: 11
The most basic code is that I want to buy when price closes above the 15EMA and reverse it when price closes below the 15EMA using a 5 Rinko Chart, or vice versa if the first entry is a sell.


Where X is the ID number for the EMA indicator:


Entry---- Crossfrombelow(C,IDx.SG1)


Reverse or sell Crossfromabove(C,IDx.SG1)


I started with just the Buy and Sell Trade on Alert Conditions indicators making the assumption that it would just reverse. That did not work as it would take the first buy and never reverse. If it took a sell, it would not reverse.


Then I added the Buy and Exit Trade Indicators lines assuming it needed the exits to work. It would take the Buy and some times close it correctly but not always. However it would not take the Reversal sell at all or the reversal exit.


It's not complex or sophisticated but it works. I plan to add filters once I can make the simple entry and reversal part work correctly.


Question: Since your data feed seems to disconnect every day, that is a problem for an autotrade chart. How do I get around that or will I have to flatten or disable the autotrade at the end of the trading session.
attachmentTradeservicelog4-11-18YMM8.txt - Attached On 2018-04-17 18:34:24 UTC - Size: 26.17 KB - 294 views