Search found 4 matches

by bluepillrobot
06 Jan 2020
Forum: MultiCharts
Topic: cancel order if condition on this bar is true
Replies: 4
Views: 1732

Re: cancel order if condition on this bar is true

Ideally the logic would be like this: condition1 = low next bar > low; // how does the computer knows what the next bar it would be??? if condition1 then Buy ("Entry") 100 shares next bar High stop; I need some alternative, i.e. Buy ("Entry") 100 shares next bar High stop; if low < low[1] and <there...
by bluepillrobot
06 Jan 2020
Forum: MultiCharts
Topic: cancel order if condition on this bar is true
Replies: 4
Views: 1732

cancel order if condition on this bar is true

Hey, I am trying to set up the following simple idea, but it seems there is no way to set a condition on the current bar. The idea is a breakout entry with a stop buy order conditional on that the current close does not break below a certain level. More specifically, say I am working on 5 min chart ...
by bluepillrobot
27 Mar 2018
Forum: MultiCharts
Topic: Standard Deviation of Trade
Replies: 2
Views: 945

Re: Standard Deviation of Trade

Thank you Anna,

I have submitted a feature request. The following is the corresponding link where people can vote.

https://www.multicharts.com/pm/public/m ... es/MC-2421
by bluepillrobot
26 Mar 2018
Forum: MultiCharts
Topic: Standard Deviation of Trade
Replies: 2
Views: 945

Standard Deviation of Trade

Hello, how can I display the standard deviation of trade (along with average trade) in the optimization report? For instance this metric is available in the backtesting performance report->trade analysis->outliers : there you find 1 Std. deviation. I am trying to figure out how to include it in the ...

Go to advanced search