NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 15 of 15
Search: Posts Made By: Loukas
Forum: NinjaTrader September 24th, 2011, 10:45 AM
Replies: 37
Views: 23,487
Posted By Loukas
The code "if ( EMA(5)[0]>EMA(40)[0] &&...

The code "if ( EMA(5)[0]>EMA(40)[0] && EMA(90)[0]>EMA(100)[0]) "execute the same number of trades as the code if ( EMA(5)[0]>EMA(40)[0]
&&...
Forum: NinjaTrader September 24th, 2011, 09:52 AM
Replies: 37
Views: 23,487
Posted By Loukas
Many thanks forrestang, my losses have been...

Many thanks forrestang, my losses have been reduced significanlty! I didnt know that it is so important to put at the beging of the of strategy the SL and TP orders. I will always following this...
Forum: NinjaTrader September 23rd, 2011, 04:54 PM
Replies: 37
Views: 23,487
Posted By Loukas
Losses and Profit more than expected

Hi Forrestang,
I have an issue this Stop Loss and take Profit Target and I want your thoughts on it. I have applied stop loss(SL) and take profit(TP) with CalculationMode.Percent and at...
Forum: NinjaTrader September 11th, 2011, 03:24 PM
Replies: 37
Views: 23,487
Posted By Loukas
I am running this in strategy analyzer, I think...

I am running this in strategy analyzer, I think your are speaking about Order Properies which has 3 options 1. By default quantity 2. by strategy 3. by account size. I selected By Default quantity...
Forum: NinjaTrader September 11th, 2011, 03:12 PM
Replies: 37
Views: 23,487
Posted By Loukas
Yes I have already run the strategy of each one...

Yes I have already run the strategy of each one of these periods independently. It is executed 127 trades for 5 bars and 58 for 22 bars but the aggregate strategy execute ony 115 trades which is not...
Forum: NinjaTrader September 11th, 2011, 02:36 PM
Replies: 37
Views: 23,487
Posted By Loukas
This new strategy should execute more trades...

This new strategy should execute more trades compared to the strategy that you sent me but it doesnt!

#region Using declarations
using System;
using System.ComponentModel;
using...
Forum: NinjaTrader September 11th, 2011, 02:15 PM
Replies: 37
Views: 23,487
Posted By Loukas
I want the strategy to go long/short either when...

I want the strategy to go long/short either when there is a breakout at 4, 22, 127 bars. So if there is a breakout one of those bars then it should execute a trade. For example, in a daily chart the...
Forum: NinjaTrader September 11th, 2011, 01:14 PM
Replies: 37
Views: 23,487
Posted By Loukas
if(CurrentBar < barCount+1 || CurrentBar <...

if(CurrentBar < barCount+1 || CurrentBar < monthCount+1 || CurrentBar < month6Count+1 )
return;

temp[0] = MAX(High, barCount)[0];
temp1[0] =...
Forum: NinjaTrader September 11th, 2011, 01:11 PM
Replies: 37
Views: 23,487
Posted By Loukas
Hi forrestang, Many thanks for your usefull...

Hi forrestang, Many thanks for your usefull imput.
I would like to ask you something else regarding the break out strategy. I am seeking to code the same idea about a monthly and 6 month break ...
Forum: NinjaTrader September 9th, 2011, 06:44 PM
Replies: 37
Views: 23,487
Posted By Loukas
I am trying something simple just to improve my...

I am trying something simple just to improve my skills, I have tried 3 ways but no one look to working eventhough they are compiled.
1. if (CurrentBar < Weekly )
return;
...
Forum: NinjaTrader September 7th, 2011, 05:53 PM
Replies: 37
Views: 23,487
Posted By Loukas
""Ok, looks like you are creating an indicator,...

""Ok, looks like you are creating an indicator, but trying to use things you would put into a strategy. This is why you couldn't compile.""

The problem is not there because I have done the same...
Forum: NinjaTrader September 6th, 2011, 05:18 PM
Replies: 37
Views: 23,487
Posted By Loukas
Here is the file

Here is the file
Forum: NinjaTrader September 6th, 2011, 04:10 PM
Replies: 37
Views: 23,487
Posted By Loukas
Hi forrestang, thanks for your input. I...

Hi forrestang,

thanks for your input. I applied your suggestion but it is not complited.
HighWeekly.Set(Max(High,5)[0]);
if (CrossAbove(Close,HighWeek,1))

or as double variable
double...
Forum: NinjaTrader September 5th, 2011, 05:04 PM
Replies: 37
Views: 23,487
Posted By Loukas
Thanks forrestang, I am trying to create a...

Thanks forrestang,

I am trying to create a condition to enter "Long" when the current "Close" price "CrossAbove" the highest price from the previous 5 highs. I done this with two different ways,...
Forum: NinjaTrader September 3rd, 2011, 07:20 PM
Replies: 37
Views: 23,487
Posted By Loukas
Hi All, Do you have any ideas why this is...

Hi All,

Do you have any ideas why this is not working? if (CrossAbove(Close,MAX(High,5)[1],1))
I want a conbition which is will do something when the close price cross above the highest price of...
Showing results 1 to 15 of 15

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top