NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 30
Search: Posts Made By: auato
Forum: EasyLanguage Programming July 23rd, 2019, 04:59 PM
Replies: 86
Views: 98,893
Posted By auato
Does someone of you use the dynamic charts from...

Does someone of you use the dynamic charts from investing.com? I don't know why the Investing.com's SuperTrend is completely different from this one.
Forum: MultiCharts October 1st, 2017, 10:52 AM
Replies: 3
Views: 1,353
Posted By auato
Is it possible to use the second streaming in the...

Is it possible to use the second streaming in the backtest?
Forum: MultiCharts September 10th, 2017, 08:18 AM
Replies: 3
Views: 1,353
Posted By auato
DEMA calculation on different time resolution

Hi,

I would like to modify my DEMA calculation from the actual one based on the current time resolution to another resolution.
For example, my signal which works on 5 minutes resolution is also...
Forum: MultiCharts July 7th, 2017, 10:54 AM
Replies: 0
Views: 1,057
Posted By auato
Walk Forward Analysis criteria in MC

Hello,

From what I understand MC does not have a fast analysis report to evaluate a strategy in WFA as in tradestation. I tried to look for some literature on how to select the most important...
Forum: MultiCharts May 23rd, 2017, 08:44 AM
Replies: 4
Views: 1,400
Posted By auato
Thanks ABCTG. Especially the second link...

Thanks ABCTG. Especially the second link refreshed my memory on some basic concepts I am studying.
Anyway I used SA mode and I remember the entry price was correctly sent by the chart to the broker,...
Forum: MultiCharts May 22nd, 2017, 06:01 PM
Replies: 4
Views: 1,400
Posted By auato
MC didn't write that phrase but I read it in the...

MC didn't write that phrase but I read it in the Easylanguage/tradestation help for the reserved word entryprice, assuming they are really similar. I am using SA mode. Please, where are pros and cons...
Forum: MultiCharts May 22nd, 2017, 11:25 AM
Replies: 4
Views: 1,400
Posted By auato
Entryprice to build StopLoss and ProfitTarget

Hi,
As my broker doesn't recognize the very comfortable SetStoploss and SetProfitTarget, I would like to set my scripts with IOG enabled and in the same time to calculate stoploss and profittarget...
Forum: MultiCharts April 23rd, 2017, 07:36 AM
Replies: 3
Views: 1,370
Posted By auato
Question about IOG in Multicharts

Hello,

I have a question about Intrabar Order Generation feature in Multicharts and reading the Wiki I couldn't find a clear answer.

If I enable IOG in a script running on a hourly chart when I...
Forum: MultiCharts March 17th, 2017, 07:18 PM
Replies: 1
Views: 1,360
Posted By auato
daily opening price and openD()

Hi,

I need to get the official opening price every day and I am using in my script the openD() reserved word. Unfortunately I am noticing that openD() catches only the opening price for the first...
Forum: MultiCharts January 22nd, 2017, 05:37 PM
Replies: 1
Views: 1,200
Posted By auato
Help: Multichart some doubts about TimeFrame/Resolution

I cannot understand how to multicharts aggregates the data if I desire to change the time-frame/resolution.
For example, I have imported an historical data series with 5 minutes granularity and
I...
Forum: MultiCharts November 20th, 2016, 05:03 PM
Replies: 9
Views: 2,234
Posted By auato
Let me know something more, please. Can you...

Let me know something more, please.
Can you contact by private email and I also guess we speak the same language.

BR,
auato
Forum: MultiCharts November 20th, 2016, 04:52 PM
Replies: 9
Views: 2,234
Posted By auato
Multicharts Offer: do you have some news for Christmas period?

Hi all, I am interested to buy as soon as possible a lifetime licence but I read about some interesting offers and discount in the past an I am wondering if during Christmas period there are other...
Forum: EasyLanguage Programming October 7th, 2016, 04:42 AM
Replies: 2
Views: 1,405
Posted By auato
modify percent trailing with a fixed value

Hi all,

I am using this strategy below:

setstopposition;
setprofittarget(500);
setstoploss(90);
setpercenttrailing(250, 70);

but now I would like to tune a little bit this strategy...
Forum: EasyLanguage Programming September 27th, 2016, 06:41 PM
Replies: 10
Views: 2,666
Posted By auato
I think I found the solution: replace the...

I think I found the solution:

replace the word "limit" with "stop"

i.e.
sellshort next bar at value stop;

Thank you all
auato
Forum: EasyLanguage Programming September 27th, 2016, 03:23 AM
Replies: 10
Views: 2,666
Posted By auato
Thank you all. Mattz figured out my request. My...

Thank you all.
Mattz figured out my request. My TS enters short only if the last bars are decreasing and I would like it enters at the minimum price (low[1]) of the latest bar. Indeed, if the next...
Forum: EasyLanguage Programming September 26th, 2016, 05:51 PM
Replies: 10
Views: 2,666
Posted By auato
Thanks! So, there is no way to enter with a...

Thanks!
So, there is no way to enter with a precise price?!?

And what is the criterion in a backtest by which MC decides the entry price? Sometimes it decides to entry at the open, other times...
Forum: EasyLanguage Programming September 26th, 2016, 01:09 PM
Replies: 10
Views: 2,666
Posted By auato
Limit order

Hi everybody,
Reading the limit order explanation in the MC/PL on-line help I noticed this:
"...A Limit order will execute at the specified price or better...."

Limit - MultiCharts...
Forum: EasyLanguage Programming August 10th, 2016, 03:34 AM
Replies: 86
Views: 98,893
Posted By auato
Hi, Sorry if I reply in this old thread but...

Hi,

Sorry if I reply in this old thread but I am studying supertrend and as I would like to introduce it into Multicharts I found this interesting discussion. My question is about the meaning of...
Forum: TradeStation August 2nd, 2016, 05:22 PM
Replies: 8
Views: 1,541
Posted By auato
that is the original code, I tried in a second...

that is the original code, I tried in a second moment to insert a flag and to discuss about this solution as you recommended me but unsuccessfully. So I came back to the original code with no flag
Forum: TradeStation August 2nd, 2016, 04:17 PM
Replies: 8
Views: 1,541
Posted By auato
Hi ABCTG, thank you again. I report below...

Hi ABCTG, thank you again.

I report below the code. Omitted only the definition of variables (all set 0 at the beginning of the code) and the calculation of Min and Max which represent the levels...
Forum: TradeStation August 1st, 2016, 11:02 AM
Replies: 8
Views: 1,541
Posted By auato
Thanks, I am trying without success :unsure: ...

Thanks, I am trying without success :unsure:

flag=0 allows to enter
flag=1 does not allow to enter

every monday I reset flag to 0 to enter.

In the middle of week if I exit for a stoploss,...
Forum: TradeStation August 1st, 2016, 09:04 AM
Replies: 8
Views: 1,541
Posted By auato
Thank you ABCTG, for example in this entry...

Thank you ABCTG,

for example in this entry condition:
IF INSDBAR=0 AND Direction=2 AND close this bar <= FinalMin AND dayofweek(date) <> 5 AND flag=0 then buy ("LIN") 1 contracts next bar at open...
Forum: TradeStation August 1st, 2016, 06:32 AM
Replies: 8
Views: 1,541
Posted By auato
How to avoid more than one entry position per week

Hi all,

Please could you recommend me a solution to avoid more than one entry in the same week? I explain better...
I am trying to build a TS. This TS is a statistical trading system with two...
Forum: TradeStation June 15th, 2016, 12:27 PM
Replies: 2
Views: 1,310
Posted By auato
Thank you ABCTG! Sorry for the delay. I finally...

Thank you ABCTG! Sorry for the delay. I finally returned to my work.

Anyway I'm thinking to abandon those limit entry/exit statements. I am experiencing some difficulties to implement my idea of...
Forum: TradeStation June 6th, 2016, 11:19 AM
Replies: 5
Views: 1,366
Posted By auato
errata corrige

as I wrote above, the method is good to get an equivalent LARGE() function in EL but I add that if you want to use multicharts' PL you have to change the statment:

SortArray (myArray, 3, 1);
...
Showing results 1 to 25 of 30

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