NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 25
Search: Posts Made By: hoang101483
Forum: MultiCharts October 26th, 2016, 03:30 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Alex, also let me know if you use...

Alex,

also let me know if you use TradingView. We can chat up there more easily to discuss
Forum: MultiCharts October 26th, 2016, 03:11 PM
Replies: 41
Views: 9,391
Posted By hoang101483
oh man. That worked on the sim only. Alex, ...

oh man. That worked on the sim only.

Alex,

I guess we need to fix it somehow
Forum: MultiCharts October 26th, 2016, 12:38 PM
Replies: 41
Views: 9,391
Posted By hoang101483
I think I might have fixed the issue by getting...

I think I might have fixed the issue by getting rid of the position argument all together

using System;

namespace PowerLanguage.Strategy
{
public class BB : SignalObject
{
...
Forum: MultiCharts October 26th, 2016, 12:10 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Alex, I think the issue is somewhere here. ...

Alex,

I think the issue is somewhere here.

protected override void CalcBar()
{
m_LowerBand.Value = Bars.Close.BollingerBandCustom(Length, -NumDevsDn);...
Forum: MultiCharts October 26th, 2016, 11:52 AM
Replies: 41
Views: 9,391
Posted By hoang101483
argh. never mind. It did create a double order....

argh. never mind. It did create a double order. so That code didn't work
Forum: MultiCharts October 26th, 2016, 11:35 AM
Replies: 41
Views: 9,391
Posted By hoang101483
Alex, I got it to work. Here is the code ...

Alex,

I got it to work. Here is the code

using System;

namespace PowerLanguage.Strategy
{
public class BB : SignalObject
{
Forum: MultiCharts October 26th, 2016, 12:24 AM
Replies: 41
Views: 9,391
Posted By hoang101483
Alex, thanks for that. i think you...

Alex,

thanks for that. i think you misunderstood me. you see how the default bb has LE and SE. what we can do is spliting up the BB file into two file. one foe LE LX, another for SE and SX. this...
Forum: MultiCharts October 25th, 2016, 10:29 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Thanks Alex, It is working now. One small...

Thanks Alex,

It is working now. One small issue. If you open the default BB LE and SE it will basically reverse at each signal. Can we do exactly that?

Your code basically have entry long, ...
Forum: MultiCharts October 25th, 2016, 09:58 PM
Replies: 41
Views: 9,391
Posted By hoang101483
It said build suceeded, but still have that RED...

It said build suceeded, but still have that RED icon next to the signal icon on the list on the left hand. does it work on your computer? Perhaps I need to reboot mine?
Forum: MultiCharts October 25th, 2016, 09:50 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Thanks Alex, I compiled it, didn't give back...

Thanks Alex,

I compiled it, didn't give back an error, but It still show Unverified.

Can you double check the code to see if we missing anything?
Forum: MultiCharts October 25th, 2016, 07:58 PM
Replies: 41
Views: 9,391
Posted By hoang101483
I was able to get the code kinda work. But need...

I was able to get the code kinda work. But need further refinement. You can find the thread here. Can you help?
https://nexusfi.com/multicharts/40758-how-create-market-order-bollinger-band-se-le.html
Forum: MultiCharts October 25th, 2016, 07:56 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Tradingest, Thanks for the clarification....

Tradingest,

Thanks for the clarification. The editor named powerlanguage so I thought that what it is. Great to know.
Forum: MultiCharts October 25th, 2016, 04:27 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Alex, Can you code this in PowerLanguage? I...

Alex, Can you code this in PowerLanguage?

I will return your favor with copy of my profitable strategy
Forum: MultiCharts October 25th, 2016, 04:06 PM
Replies: 41
Views: 9,391
Posted By hoang101483
This code doesn't seem to work with PowerLanguage...

This code doesn't seem to work with PowerLanguage Editor. I tried to added as Signals using C# and VB#NET but both failed. Can you tell me what I'm doing wrong here?
Forum: MultiCharts October 25th, 2016, 03:54 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Thank you. can this code be applied to...

Thank you. can this code be applied to PowerLanguage on the Multichart .NET?

I tried but it failed.
Forum: MultiCharts October 23rd, 2016, 07:29 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Like I told you if you want copy of strategy I...

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
Forum: MultiCharts October 23rd, 2016, 06:03 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Would you please post the code here? I would...

Would you please post the code here?

I would have to test to see if it signalling correctly
Forum: MultiCharts October 23rd, 2016, 04:17 PM
Replies: 41
Views: 9,391
Posted By hoang101483
Pump. Any powerlanguage coder please reply...

Pump.

Any powerlanguage coder please reply if interested in getting my profitable strategy
Forum: MultiCharts October 23rd, 2016, 08:17 AM
Replies: 41
Views: 9,391
Posted By hoang101483
Okay. I'm not sure about coding. But all 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
Forum: MultiCharts October 23rd, 2016, 08:04 AM
Replies: 41
Views: 9,391
Posted By hoang101483
I understand. It would be great if you code...

I understand. It would be great if you code without implied time frame. Most signals are not time dependent anyways
Forum: MultiCharts October 23rd, 2016, 07:42 AM
Replies: 41
Views: 9,391
Posted By hoang101483
I don't want to give out to much information...

I don't want to give out to much information about the strategy. But you can use any timeframe.
Forum: MultiCharts October 23rd, 2016, 07:29 AM
Replies: 41
Views: 9,391
Posted By hoang101483
Sure. Long Entry: Buy Market when close of...

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...
Forum: MultiCharts October 23rd, 2016, 07:10 AM
Replies: 41
Views: 9,391
Posted By hoang101483
Yes I trade mainly ES and NQ for now so I only...

Yes I trade mainly ES and NQ for now so I only tested the strategy on this market. Potentially will work other market since the strategy is simple.

The reason I don't use EL is because my broker...
Forum: MultiCharts October 23rd, 2016, 07:01 AM
Replies: 41
Views: 9,391
Posted By hoang101483
I'm not sure EL is compatible with the Auto...

I'm not sure EL is compatible with the Auto Trading function of Multichart .NET.

But I want to buy Market when the close of the candle cross above Lower Bollinger Band and Sell Market when close...
Forum: MultiCharts October 23rd, 2016, 03:36 AM
Replies: 41
Views: 9,391
Posted By hoang101483
Need help with a profitable automated trading strategy

Hello all,

I have this strategy that is highly profitable using the default signals in Multicharts that I had backtest with 1 year of tick data on ES and NQ . When I turn on automated trading, it...
Showing results 1 to 25 of 25

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

Total votes: 159
 


 
 


© 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