NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 2 of 2
Search: Posts Made By: occasionallurker
Forum: Platforms and Indicators March 28th, 2014, 12:23 PM
Replies: 4
Views: 3,891
Posted By occasionallurker
Your code is using barindex. So it will work in...

Your code is using barindex. So it will work in EOD time frame only. If he wants to use intraday with day delay then this code should work. Not tested.

dd = DaysSince1900();

ema1 = EMA( C, 10...
Forum: Platforms and Indicators March 25th, 2014, 06:27 PM
Replies: 4
Views: 3,891
Posted By occasionallurker
you don't need if or IIf for this. dd =...

you don't need if or IIf for this.


dd = Day();
ema1 = EMA(C, 10);
ema2 = EMA(C, 20);
cross1 = Cross( ema1, ema2);
cross2 = Cross( MACD(), Signal() );
Buy = ema1 > ema2 AND cross2 AND...
Showing results 1 to 2 of 2

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