Search found 7 matches

by djmoura
05 Dec 2013
Forum: MultiCharts
Topic: auto trading profit target
Replies: 6
Views: 1941

Re: auto trading profit target

scaling out
second profit target.
tks!
by djmoura
05 Dec 2013
Forum: MultiCharts
Topic: auto trading profit target
Replies: 6
Views: 1941

Re: auto trading profit target

I am not sure how to capture the second trade of the day. Do you have any example code? Tks
by djmoura
03 Dec 2013
Forum: MultiCharts
Topic: auto trading profit target
Replies: 6
Views: 1941

auto trading profit target

Hi,
My first trade's profit target is set to 10 ticks, do you have any suggestion on how to program my second trade's profit target 5 ticks automatically?
Thanks.
by djmoura
30 Jun 2013
Forum: MultiCharts
Topic: backtest situation
Replies: 1
Views: 1921

backtest situation

Has anyone ever faced situations like these? 1) approx. $1530 total profit $25 per contract slippage Fill limit order 1 tick beyond price 2) approx. $1269 total profit $25 per contract slippage Fill limit order at price or better Both scenarios with bar magnifier enabled and no IOG used. None of the...
by djmoura
30 Jun 2013
Forum: MultiCharts
Topic: DOM indicator
Replies: 2
Views: 2313

Re: DOM indicator

This is my current try: Vars: ProfitTargetPts(100); BuyPT(0), // profit targeted price domask(0); if dom_isconnected then begin domask = dom_askprice(0); end; BuyPT = EntryPrice(0) + ((ProfitTargetPts/12.5) * 0.25); If Marketposition(1)<>0 and BuyPT = domask then // profit target touched If Marketpo...
by djmoura
28 Jun 2013
Forum: MultiCharts
Topic: DOM indicator
Replies: 2
Views: 2313

DOM indicator

Is there any example code on how to use DOM indicator to cancel my order and sell (if on buy position) or buy (if on sell position) if it achieves my profit target but does not fill it? i.e.: buy @1600.25 sell price achieves target @1603.25 but is not filled, then it cancels the existing sell order ...
by djmoura
18 Jun 2013
Forum: MultiCharts
Topic: Optimization timeframe
Replies: 0
Views: 1471

Optimization timeframe

Hi, I have optimized and traded emini sp 500 june contract from march 15th to june 17th with good results. Would you assume same parameters and trade them over september contract as well?
Thanks for all your comments!

Go to advanced search