I am very new.
I would like to create my new first automatic strategy to run and create at least 6 months track.
How to send automatically orders to C2?
I use TradeStation, I could use also MetaTrader if needed.
Do I have to upload my code in a C2 server?
Thanks for help
You can use Broker Transmit, which means your trades are copied 1:1 directly from the broker here at C2 (then you also have a TOS strategy).
Or you use the C2 API and can use it to send signals to C2.
Alternatively, manually via the C2 Trader.
What do you mean by 6 months? You cannot create a track record in the past with C2! You have to send your singals to C2 beforehand, everything here is live and real. This means that if you start today you will not have your 6 month track record until August 14th, 2024.
Greets Fabian
Thanks Fabi,
yes I meant to create 6 months track by sending for the next 6 months my live orders to C2.
I was just asking how to send.
I think I could use C2 API, I just have to see how to integrate in TradeStation or I would need to create a C# solution.