Multi Pair Swing Trader,,

Post Reply
trader689
Trader
Posts: 674
Joined: Thu Nov 17, 2011 12:53 am

Re: Multi Pair Swing Trader,,

Post by trader689 »

hey

im getting the exact same error on both dfmarkets demo and gotrader demo

any clues?
fire580 wrote:Sorry.... I know this is probably something stupid on my part - but I am getting "Order Send failed, Non- positive tick returned" can anyone help?

Thanks,
Fire580
sandybeach
Trader
Posts: 72
Joined: Fri Mar 09, 2012 9:43 pm
Location: Queensland, Australia

Re: Multi Pair Swing Trader,,

Post by sandybeach »

I have the same error as others have mentioned at AXI Trader, I didn't get that message at SIG but have been getting a continual error with the Zig Zag for some odd reason.

Will try another broker and see if it fixes itself. :) Thanks
User avatar
aworex
Trader
Posts: 68
Joined: Thu Sep 20, 2012 2:42 pm
Location: London UK

Re: Multi Pair Swing Trader,,

Post by aworex »

What a coincidence I have been trading manually using the swings of the 21 SMA and the 55EMA as my bias for the market action but use the 5EMA / 8SMA for my price action and it works a treat . I use 15mins TF .
vm9999

Re: Multi Pair Swing Trader,,

Post by vm9999 »

I have resolved "Order Send failed, Non- positive tick returned" problem. I've set stoploss to 0 in the code.
//+------------------------------------------------------------------+
//| expert Send Order function |
//+------------------------------------------------------------------+
void SendOrder(string symbol, int cmd, double lots, double price,double sl, double tp)
{
sl=0;
MrLong

Re: Multi Pair Swing Trader,,

Post by MrLong »

vm9999 wrote:I have resolved "Order Send failed, Non- positive tick returned" problem. I've set stoploss to 0 in the code.
//+------------------------------------------------------------------+
//| expert Send Order function |
//+------------------------------------------------------------------+
void SendOrder(string symbol, int cmd, double lots, double price,double sl, double tp)
{
sl=0;
Ok, shall fix later.

Thanks
MrLong

Re: Multi Pair Swing Trader,,

Post by MrLong »

aworex wrote:What a coincidence I have been trading manually using the swings of the 21 SMA and the 55EMA as my bias for the market action but use the 5EMA / 8SMA for my price action and it works a treat . I use 15mins TF .
55 and 21 are important MA's 5 and 8 also.

They are all Fibonacci numbers.
User avatar
aworex
Trader
Posts: 68
Joined: Thu Sep 20, 2012 2:42 pm
Location: London UK

Re: Multi Pair Swing Trader,,

Post by aworex »

will agree does the EA always wait for momemtum highs and lows before initiating new trades ? how does it guard against trying to buy into major resistance / support pivots a good exmple will be the CADJPY SH 85.033
fmuir
Trader
Posts: 87
Joined: Sun Apr 01, 2012 7:32 am
Location: Seattle, WA, USA

Re: Multi Pair Swing Trader,,

Post by fmuir »

Hello Andrew,

Just took a quick peek at the coding for Multi Pair Swing Trader. The ordersend function fails for ECN Brokers because tp and/or sl are non-zero values. Must be a two-step process.

Regards,
-Frank
MrLong

Re: Multi Pair Swing Trader,,

Post by MrLong »

aworex wrote:will agree does the EA always wait for momemtum highs and lows before initiating new trades ? how does it guard against trying to buy into major resistance / support pivots a good exmple will be the CADJPY SH 85.033
cadjpy will be a trade above 85.03, the last swing, providing the ma's are stacked correct.

The EA will run with the trend if the extern bool FollowTrend = true.

At this time no S/R is considered automatically.

Best Regards
Andy
MrLong

Re: Multi Pair Swing Trader,,

Post by MrLong »

fmuir wrote:Hello Andrew,

Just took a quick peek at the coding for Multi Pair Swing Trader. The ordersend function fails for ECN criminals because tp and/or sl are non-zero values. Must be a two-step process.

Regards,
-Frank

Hi Frank,

Can add LibOrderReliable4, if all works well.

Thanks
Andy
Post Reply

Return to “Automated trading systems”