NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 18 of 18
Search: Posts Made By: occasionallurker
Forum: Platforms and Indicators May 29th, 2014, 09:12 AM
Replies: 11
Views: 6,206
Posted By occasionallurker
That's interesting that posting two links and...

That's interesting that posting two links and pointing out the truth about obvious laziness is equal to being impertinent nowadays. Please give me a moment to get the complete logic. I'm sorry in...
Forum: Platforms and Indicators May 29th, 2014, 08:31 AM
Replies: 2
Views: 3,792
Posted By occasionallurker
Here there is a more advanced one getting the...

Here there is a more advanced one getting the range of a candle or a range selected by range markers.
Code selected High/Low Range (http://s21.postimg.org/sm6v3lsqf/image.png)
Selected Bar's range...
Forum: Platforms and Indicators May 29th, 2014, 08:02 AM
Replies: 1
Views: 2,079
Posted By occasionallurker
//by [email protected] (formerly BMT) ...

//by [email protected] (formerly BMT)

Ma20 = MA( C, 20 );
Ma100 = MA( C, 100 );

MAcondup = C > Ma20 AND C > Ma100;
MAconddn = Ma20 > C AND Ma100 > C;
MaCondup = ExRem( MaCondup,...
Forum: Platforms and Indicators May 7th, 2014, 07:57 AM
Replies: 11
Views: 6,206
Posted By occasionallurker
Do you mean to say that both of your hands are...

Do you mean to say that both of your hands are too tired or too much broken or even too much non-existent in order to be able to transcribe just a few lines of code from a picture? What about the...
Forum: Platforms and Indicators May 2nd, 2014, 10:54 AM
Replies: 11
Views: 6,206
Posted By occasionallurker
Here is a link to the knowledge base with an...

Here is a link to the knowledge base with an example that explains one applystop and one loop version AmiBroker Knowledge Base » How to plot a trailing stop in the Price chart...
Forum: Platforms and Indicators April 23rd, 2014, 05:04 PM
Replies: 14
Views: 3,959
Posted By occasionallurker
I have AmiBroker too. You can do that there also...

I have AmiBroker too. You can do that there also for sure. If you wanna change just the last value of weely bar on daily interval then use barreplay. As mentioned almost every software can do that.
Forum: Platforms and Indicators April 9th, 2014, 02:24 PM
Replies: 9
Views: 10,334
Posted By occasionallurker
Exactly! I have had to learn many things in my...

Exactly! I have had to learn many things in my life on my own and still learning. Life is a never ending learning process. Yes, I've got help here and there also but without getting spoon feeded. The...
Forum: Platforms and Indicators April 9th, 2014, 02:06 PM
Replies: 9
Views: 10,334
Posted By occasionallurker
Here is the quote from Amibroker's website about...

Here is the quote from Amibroker's website about what is included in their free support:





Email? What mail? I have never ever sent any mail to you in my whole life! I'm not selling...
Forum: Platforms and Indicators April 8th, 2014, 04:53 PM
Replies: 9
Views: 10,334
Posted By occasionallurker
As it has already been mentioned here someone had...

As it has already been mentioned here someone had already responded to your post in the official AmiBroker forum back then at same time in 2012. Just looked it up myself using the search function....
Forum: Platforms and Indicators March 29th, 2014, 07:31 AM
Replies: 10
Views: 4,943
Posted By occasionallurker
If you say so then you could probably name the...

If you say so then you could probably name the subject line of the most recent entry in AB's wish list?

I don't think it is offtopic since you are the demanding guy here but not Colion or me....
Forum: Platforms and Indicators March 29th, 2014, 07:07 AM
Replies: 5
Views: 2,594
Posted By occasionallurker
Printf prints in information window or...

Printf prints in information window or commentary.
If you wanna plot then apply Plot() function.
Forum: Platforms and Indicators March 28th, 2014, 12:33 PM
Replies: 4
Views: 4,828
Posted By occasionallurker
If you don't wanna make a plugin then use import...

If you don't wanna make a plugin then use import via OLE.
What is the format of your files?
Forum: Platforms and Indicators March 28th, 2014, 12:29 PM
Replies: 10
Views: 4,943
Posted By occasionallurker
Missing license?

Missing license?
Forum: Platforms and Indicators March 28th, 2014, 12:23 PM
Replies: 4
Views: 3,887
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 28th, 2014, 12:03 PM
Replies: 5
Views: 2,594
Posted By occasionallurker
Your code example has some bugs and flaws. ...

Your code example has some bugs and flaws.
This one is better.

tn = TimeNum();

Timedemand = ParamTime( " time :", "03:00:00", format = 0 );

pricedemand = ValueWhen( tn == Timedemand , Avg...
Forum: Platforms and Indicators March 25th, 2014, 06:35 PM
Replies: 1
Views: 1,409
Posted By occasionallurker
To the best of my knowledge there never has been...

To the best of my knowledge there never has been any function called "Once". You possibly mean include_once.
Forum: Platforms and Indicators March 25th, 2014, 06:27 PM
Replies: 4
Views: 3,887
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...
Forum: Platforms and Indicators March 23rd, 2014, 12:33 PM
Replies: 10
Views: 4,943
Posted By occasionallurker
You could contact Robert Dunbar of the AB forum,...

You could contact Robert Dunbar of the AB forum, for example. He has made an AFL doing that (images attached) . There are others too. In the end you can made such functionality yourself also by using...
Showing results 1 to 18 of 18

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