NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 96
Search: Posts Made By: no erocla
Forum: MultiCharts June 20th, 2017, 06:10 AM
Replies: 1
Views: 908
Posted By no erocla
Number of DAY from a certain data range

Hi guys,

there's any way to retrieve exact number of days between two dates ?

For example:

01/mar - 01/jan
or
1170301 - 1170101
Forum: MultiCharts March 23rd, 2016, 04:12 AM
Replies: 2
Views: 1,166
Posted By no erocla
Operating on broker with different data provider

Hi all,

there is a way to trade in a broker using signals from another one data provider, without using data2 data3... ?

Thanks in advance
Regards
No Erocla
Forum: MultiCharts March 10th, 2016, 12:10 PM
Replies: 0
Views: 1,102
Posted By no erocla
IB/MC: How to manage Rollover

Hi guys,

which is the best way to manage futures rollover through automated trading ?
The best way should be to trade continuos futures, but i can't retrieve this data through API from QM.

Any...
Forum: MultiCharts February 23rd, 2016, 11:27 AM
Replies: 3
Views: 1,262
Posted By no erocla
Dear ABCTG thank you for response, i don't...

Dear ABCTG thank you for response,

i don't know about the first way, because day are from 0 to 6.
for the second way of course can be possibile, i've to store the day during entering at market, i...
Forum: MultiCharts February 23rd, 2016, 10:01 AM
Replies: 3
Views: 1,262
Posted By no erocla
Close after "N" Days

Hi all,

anyone know if there's a way to close position after N Days of activity ?
Of for example, to refere "barsinceentry" from data2 ?

Regards
No Erocla
Forum: MultiCharts February 19th, 2016, 09:55 AM
Replies: 6
Views: 4,627
Posted By no erocla
Considering that reverse engineering is always...

Considering that reverse engineering is always possibile, the only way to fully protect a code is to make disadvantageous the dectyption work, making it more expensive than the content of the code. ...
Forum: MultiCharts February 12th, 2016, 09:52 AM
Replies: 1
Views: 1,352
Posted By no erocla
Dynamic BI-Dimensional Array

Is possible to declaring a dynamic bi dimensional array in power language ?

Regards
No Erocla
Forum: MultiCharts January 27th, 2016, 07:55 AM
Replies: 0
Views: 1,167
Posted By no erocla
Multicharts e mail alert

Hi guys,

anyone know if there's a way to modify the standard layout of multicharts mail ?

For example, the standard layout is the following:

27.01.2016 13:27:06
Source: Trading System...
Forum: MultiCharts January 9th, 2016, 07:45 AM
Replies: 4
Views: 1,421
Posted By no erocla
Dear Jura, thank you for answer. I've not...

Dear Jura, thank you for answer.

I've not specified it because this is a Portfolio trader signal code, so is calculated tick by tick.
For this, i expected just 1 time per minute.

Best regards...
Forum: MultiCharts January 7th, 2016, 03:45 AM
Replies: 4
Views: 1,421
Posted By no erocla
IF seconds > 30 and seconds < 40 THEN FLAG =...

IF seconds > 30 and seconds < 40 THEN FLAG = TRUE;

IF seconds > 5 and seconds < 20 AND FLAG = TRUE THEN BEGIN

PRINT("hello!");

FLAG=FALSE;

END;
Forum: MultiCharts December 23rd, 2015, 08:49 AM
Replies: 4
Views: 1,421
Posted By no erocla
Portfolio Trader - help me for this issue

Hi all,

regarding this portfolio trader signal:


VAR:FLAG(FALSE),seconds(0);
pmms_strategies_deny_entries_all;

seconds = CurrentTime_s-(CURRENTTIME*100);
Forum: MultiCharts December 15th, 2015, 11:59 AM
Replies: 0
Views: 1,091
Posted By no erocla
Portfolio Trader - TimeFrame

Portfolio trader is calculated every tick and this, in my opinion, can give some loop problems.

To avoid this, i programmed all signals to 1 minute timeframe inserting the following string in each...
Forum: MultiCharts November 24th, 2015, 10:10 AM
Replies: 8
Views: 2,367
Posted By no erocla
yes maybe yes, but i have different results...

yes maybe yes, but i have different results backtesting my trading systems and i don' t notice the same problem when i use others indicators.

Thank you abctg
Regards
No Erocla
Forum: MultiCharts November 24th, 2015, 04:30 AM
Replies: 8
Views: 2,367
Posted By no erocla
ABCTG, yes this can influence just the last...

ABCTG,

yes this can influence just the last bar, buti 've different historical values: https://gyazo.com/25a81aaaa3c6261e5447e650d479876b

I really can't understand why, you tryied in forex...
Forum: MultiCharts November 24th, 2015, 03:36 AM
Replies: 8
Views: 2,367
Posted By no erocla
Dear ABCTG, this is data2 code indicator: ...

Dear ABCTG,

this is data2 code indicator:

input:period(14);
var:vol(0);

vol = StandardDev(c of data2,period,2) data2;

plot1(vol);
Forum: MultiCharts November 23rd, 2015, 10:19 AM
Replies: 8
Views: 2,367
Posted By no erocla
I made two different indicators: stdev ...

I made two different indicators:


stdev
stdev data2


then i applied "stdev indicator" on H1 EUR.USD Data1 and "stdev indicator data2" on M1 EUR.USD data1 and H1 EUR.USD Data2, and the...
Forum: MultiCharts November 23rd, 2015, 08:38 AM
Replies: 8
Views: 2,367
Posted By no erocla
standard deviation data2

Hi all,

anyone noticed some issue using data2 for standard deviation ?
For example, in this case, standard deviation behaviour seems the same, but values are totally different:

please see link...
Forum: MultiCharts November 17th, 2015, 03:35 AM
Replies: 3
Views: 1,023
Posted By no erocla
Dear ABCTG, have you noticed that in Forex...

Dear ABCTG,

have you noticed that in Forex market with IB Broker, base currency is set as right currency instead of left ?

Regards
No Erocla
Forum: MultiCharts November 9th, 2015, 08:33 AM
Replies: 3
Views: 1,023
Posted By no erocla
Contracts conversion

Hi guys,

if my base currency is in USD (for example) there's a method to do convert entry contracts to this?

For example, if i use:

BUY 100.000 EURUSD

I will buy 100.000 EUR
Forum: MultiCharts October 22nd, 2015, 09:13 AM
Replies: 1
Views: 1,258
Posted By no erocla
Powerlanguage minute

Hi all,

there is any shortcut/method to retrieve just "minute" information ?
For example a function that for time = 14:05 returns 5.

with this : print(formattime("m",datetime)); i can retrieve...
Forum: MultiCharts September 29th, 2015, 02:58 AM
Replies: 4
Views: 3,621
Posted By no erocla
Hi, this is my solution for limit max open...

Hi,

this is my solution for limit max open positions:
https://nexusfi.com/multicharts/35935-portfolio-trader-set-max-open-position-4.html

Anyway it works correctly during simulation but...
Forum: MultiCharts September 24th, 2015, 05:03 AM
Replies: 0
Views: 1,094
Posted By no erocla
Forum: MultiCharts September 24th, 2015, 04:59 AM
Replies: 1
Views: 1,426
Posted By no erocla
This will be fixed in multicharts 9.1 version.

This will be fixed in multicharts 9.1 version.
Forum: MultiCharts September 24th, 2015, 04:58 AM
Replies: 32
Views: 10,682
Posted By no erocla
Ok maybe i found a way, thank you ABCTG for...

Ok maybe i found a way, thank you ABCTG for support.

Put it into your individual signals:

input:ptf(true);
if (mp <> 0 and ...) then begin
if (ptf = true) then pmm_set_my_named_num("test",1);...
Forum: MultiCharts September 23rd, 2015, 03:35 AM
Replies: 32
Views: 10,682
Posted By no erocla
Maybe i found another way, shouldn't be so hard...

Maybe i found another way, shouldn't be so hard like i thought, today i try to use pmm_set... on my signals:


input:ptf(false);

if (mp <> 0 and ...) then begin
if ( ptf = true ) then...
Showing results 1 to 25 of 96

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