MyMACrossover script

most example algo/strategy scripts that I see in the community do not have source code that includes trading logic. as far as I have found... Also, the one or two I have found do not access the big algo engine so I am guessing that that is always going to be proprietary and if any of us want to use Tickblaze for developing our own strategies then we will need to write our own. I do not know that Tickblaze will be best pleased by this effort but here goes. I hacked the existing samples to produce an MACrossover that works and is optimizable. It is my intent to add optimizable parameters to see if it is possible to replicate or even improve the TickBlaze "AlgoCore." Not that it is really pertinent but the strategy when optimised gave an $10,000 profit and $5000 drawdown Profit factor 1.36 when run on YM 5 min, 1 lot, from 1 dec, 2025 to today.

optimised only on stop and target and that result was 20 tick profit target and 150 tick stop.

MtMACrossTest.JPG
160.15KB

the strategy file is enclosed.

One Problem I have been having is downloading data that works, coudn't get MYM to test on the full range. downloaded complete data in Tickblaze/tools/dataWarehouse. probably not doing it correctly

Planning on testing the same in Ninjatrader and comparing.

Scripts.zip
118.64KB
1