Search found 5 matches

by amberouserous
12 Sep 2022
Forum: MultiCharts .NET
Topic: IOG mode during Autotrade
Replies: 2
Views: 771

Re: IOG mode during Autotrade

anyone has an answer?
by amberouserous
09 Sep 2022
Forum: MultiCharts .NET
Topic: IOG mode during Autotrade
Replies: 2
Views: 771

IOG mode during Autotrade

I am using 60min bar for my strategy. I have IOGMode(IOGMode.Enabled) in my script. During realtime trading with autotrade, I noticed that when I have enter an order with limit order, my exit order will trigger at the next bar (ie 60 minutes later). However when I use the same script on backtest, wi...
by amberouserous
29 Aug 2022
Forum: MultiCharts .NET
Topic: How to do multiple signals on the same contract?
Replies: 4
Views: 1558

Re: How to do multiple signals on the same contract?

Thanks Kate. I wonder if there are any way I can apply multiple signal to the same chart and treat them as separate strategy? ie. i found that if I applied multiple signal on the same chart, they interfere each other. I have to keep them separated into different charts. I have 100+ of them. it is wo...
by amberouserous
13 Jul 2022
Forum: MultiCharts .NET
Topic: How to do multiple signals on the same contract?
Replies: 4
Views: 1558

How to do multiple signals on the same contract?

Right now, I have a single signal running on a single contract and it is working as intended. part of the pseudo script is: if (StrategyInfo.MarketPosition == 0 && LongCondition == true) LongEntry.Send(); if (StrategyInfo.MarketPosition > 0) LookforExit(); Questions: 1. I wonder if this script will ...

Go to advanced search