NexusFi: Find Your Edge


Home Menu

 





Need help with a profitable automated trading strategy


Discussion in MultiCharts

Updated
    1. trending_up 9,064 views
    2. thumb_up 0 thanks given
    3. group 5 followers
    1. forum 41 posts
    2. attach_file 2 attachments




 
Search this Thread

Need help with a profitable automated trading strategy

  #11 (permalink)
hoang101483
Oklahoma City USA
 
Posts: 47 since Oct 2016
Thanks Given: 0
Thanks Received: 1


tradingest View Post
I use the implicit time frame into code....if I don't know it's very complicated

Sent using the

I understand. It would be great if you code without implied time frame. Most signals are not time dependent anyways

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Build trailing stop for micro index(s)
Psychology and Money Management
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Deepmoney LLM
Elite Quantitative GenAI/LLM
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
59 thanks
Funded Trader platforms
37 thanks
NexusFi site changelog and issues/problem reporting
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
The Program
19 thanks
  #12 (permalink)
 
tradingest's Avatar
 tradingest 
Milan, Italy
 
Experience: Master
Platform: NT8
Trading: Futures, Forex
Posts: 111 since Dec 2014
Thanks Given: 9
Thanks Received: 11

all the strategy are based on time frame chart. Implicit tf allow you to see the chart a each tf without modify strategy. This is my develop

Sent using the NexusFi mobile app

Reply With Quote
  #13 (permalink)
hoang101483
Oklahoma City USA
 
Posts: 47 since Oct 2016
Thanks Given: 0
Thanks Received: 1



tradingest View Post
all the strategy are based on time frame chart. Implicit tf allow you to see the chart a each tf without modify strategy. This is my develop

Sent using the

Okay. I'm not sure about coding. But all the default signals can be apply to any timeframe so that why I said it not time dependent

Reply With Quote
  #14 (permalink)
 
tradingest's Avatar
 tradingest 
Milan, Italy
 
Experience: Master
Platform: NT8
Trading: Futures, Forex
Posts: 111 since Dec 2014
Thanks Given: 9
Thanks Received: 11


hoang101483 View Post
Okay. I'm not sure about coding. But all the default signals can be apply to any timeframe so that why I said it not time dependent

mine development no because is the code that apply the tf

Sent using the NexusFi mobile app

Reply With Quote
  #15 (permalink)
hoang101483
Oklahoma City USA
 
Posts: 47 since Oct 2016
Thanks Given: 0
Thanks Received: 1

Pump.

Any powerlanguage coder please reply if interested in getting my profitable strategy

Reply With Quote
  #16 (permalink)
 
tradingest's Avatar
 tradingest 
Milan, Italy
 
Experience: Master
Platform: NT8
Trading: Futures, Forex
Posts: 111 since Dec 2014
Thanks Given: 9
Thanks Received: 11


hoang101483 View Post
Pump.

Any powerlanguage coder please reply if interested in getting my profitable strategy

I have made the strategy and backtesting on different time frame. The strategy is bad on the rules leave here.

Reply With Quote
  #17 (permalink)
hoang101483
Oklahoma City USA
 
Posts: 47 since Oct 2016
Thanks Given: 0
Thanks Received: 1

Would you please post the code here?

I would have to test to see if it signalling correctly

Reply With Quote
  #18 (permalink)
 
tradingest's Avatar
 tradingest 
Milan, Italy
 
Experience: Master
Platform: NT8
Trading: Futures, Forex
Posts: 111 since Dec 2014
Thanks Given: 9
Thanks Received: 11

the signal is correct following your rules write below in the previous post. I test the code with different tf but the strategy is not completed because the performance report is very bad.

Sent using the NexusFi mobile app

Reply With Quote
  #19 (permalink)
hoang101483
Oklahoma City USA
 
Posts: 47 since Oct 2016
Thanks Given: 0
Thanks Received: 1

Like I told you if you want copy of strategy I need your code to validate it first. Once everything good to go. I'll give copy and you will understand why your test give terrible result

Reply With Quote
  #20 (permalink)
 alex20037 
Miami Lakes
 
Experience: Beginner
Platform: Multicharts
Broker: Interactive Brokers
Trading: Emini ES
Posts: 19 since Oct 2016
Thanks Given: 2
Thanks Received: 3



hoang101483 View Post
Sure.

Long Entry: Buy Market when close of candle cross above Lower Bollinger Band
Long Exit: Sell Market when close of candle cross below Higher Bollinger Band

Short Entry : Sell Market when close of candle cross below Higher Bollinger Band
SHORT Exit: Buy Market when close of candle cross above Lower Bollinger Band

I think this is what you are looking for:


inputs:
Length( 20 ),
NumDevs( 2 ) ;
variables:
UpperBand( 0 ),
LowerBand( 0 );

UpperBand = BollingerBand( Close, Length, NumDevs );
LowerBand = BollingerBand( Close, Length, -NumDevs );

condition1 = CurrentBar > 1 and Close crosses over UpperBand;
if condition1 then

Buy ( "BB_LE" ) next bar at market;

condition2 = CurrentBar > 1 and Close crosses under LowerBand;
if condition2 then

Sell Short ( "BB_SE" ) next bar at market;

if (MarketPosition = 1) then
begin
if (Close crosses under UpperBand) then sell ("BB_LX") next bar at market;
end;

if (MarketPosition = -1) then
begin
if (Close crosses over LowerBand) then buytocover ("BB_SX") next bar at market;
end;


However, I don't think it can profitable with such simple rules, in any timeframe. It would be too easy.

Reply With Quote




Last Updated on October 26, 2016


© 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
no new posts